cURL
curl --request GET \ --url https://api.cow.fi/mainnet/api/v1/app_data/{app_data_hash}
{ "fullAppData": "{\"version\":\"0.9.0\",\"metadata\":{}}" }
32 bytes encoded as hex with 0x prefix. It's expected to be the hash of the stringified JSON object representing the appData.
0x
appData
"0x0000000000000000000000000000000000000000000000000000000000000000"
Full appData.
An appData document that is registered with the API.
The string encoding of a JSON object representing some appData. The format of the JSON expected in the appData field is defined here.
"{\"version\":\"0.9.0\",\"metadata\":{}}"
Was this page helpful?